home *** CD-ROM | disk | FTP | other *** search
/ Game Head 10 / Game Head 10.iso / DOS / SETTLER2 / GO.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-05-08  |  144 b   |  12 lines

  1. @ECHO OFF
  2. IF EXIST C:\BLUEBYTE\SET2DEMO\START.BAT GOTO THERE
  3. CALL INSTALL.BAT
  4.  
  5. :THERE
  6. C:
  7. CD \BLUEBYTE\SET2DEMO
  8. CALL START.BAT
  9.  
  10. :END
  11.  
  12.